home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / Caml Light 0.7 source / src / tools / README < prev    next >
Text File  |  1995-06-04  |  818b  |  20 lines

  1. This directory contains various utility programs related to Caml Light.
  2. Some are shell scripts or C programs, the others are Caml Light programs.
  3.  
  4. Here is a short description for each program. Some more explanation
  5. is sometimes given as comments in the source.
  6.  
  7. clbackup        shell   Used during the bootstrap phase, to keep
  8. clrestore               backup copies of the compiler and linker.
  9.  
  10. makedepend      shell   Find inter-module dependencies between .zi and
  11.                         .zo files. The output is intended to go in a
  12.                         Makefile.
  13.  
  14. cldumpobj       caml    Disassemble a .zo file.
  15.  
  16. dumpsymb        caml    Dump the debugging information contained in a
  17.                         executable bytecode file.
  18.  
  19. findmsgs        caml    Scan the source code for messages to internationalize.
  20.